:root {
    --knrf-font: 'Outfit', sans-serif;
    --knrf-font-2: 'Amita', cursive;
    --knrf-reey-font: 'reeyregular';
    --knrf-gray: #131216;
    --knrf-gray-rgb: 19, 18, 22;
    --knrf-base: #35aea4;
    --knrf-base-rgb: 62, 143, 117;
    --knrf-black: #141212;
    --knrf-black-rgb: 20, 18, 18;
    --knrf-primary: #f1b037;
    --knrf-primary-rgb: 255, 255, 50;
}


.sidebar__donation-box .text-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 85px;
    background: none !important;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 13px;
}

.sidebar__donation-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: none;
    background-blend-mode: overlay;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}